home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / SEMAIL.DCR / 00336.ls < prev    next >
Encoding:
Text File  |  1999-12-02  |  285 b   |  17 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go("ExplicationCCBoucle")
  4.   else
  5.     go("ExplicationReply")
  6.   end if
  7. end
  8.  
  9. on enterFrame
  10.   set ro to rollOver()
  11.   if (ro >= 20) and (ro <= 21) then
  12.     cursor([member "mousePointer", member "mousePointerMask"])
  13.   else
  14.     cursor(-1)
  15.   end if
  16. end
  17.